home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
kermit.columbia.edu
/
kermit.columbia.edu.tar
/
kermit.columbia.edu
/
newsgroups
/
misc.19941031-19941221
/
000318_news@columbia.edu_Thu Dec 1 14:34:07 1994.msg
< prev
next >
Wrap
Internet Message Format
|
1995-07-31
|
1KB
Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA24452
(5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Thu, 1 Dec 1994 09:34:16 -0500
Received: by apakabar.cc.columbia.edu id AA08363
(5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Thu, 1 Dec 1994 09:34:14 -0500
Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: Discard Date Question.
Date: 1 Dec 1994 14:34:07 GMT
Organization: Columbia University
Lines: 18
Message-Id: <3bkmsv$857@apakabar.cc.columbia.edu>
References: <brad.5.001BC1B5@vaxxine.com>
Nntp-Posting-Host: watsun.cc.columbia.edu
Apparently-To: kermit.misc@watsun.cc.columbia.edu
In article <brad.5.001BC1B5@vaxxine.com>, Brad Bell <brad@vaxxine.com> wrote:
>I am using Kermit to transfer files between from an MS-DOS machine to a VMS
>VAX. I am using version 5A(189) on both ends.
>
The current version is 5A(190).
>When files are transferred, the date attached to the file on the PC is
>brought over to the VAX. I would like the date/time of transfer to be kept on
>the files (IE creation time on the VAX). Is there any way to do that?
>
If you don't want this to happen, then tell either one of the two Kermit
programs to:
SET ATTRIBUTE DATE OFF
It's in the manuals (both of them).
- Frank